Add a tutorial.js file.

(imported from commit 58b72d08c0cd7815c3c54bd37c4a8033f32cc7ad)
This commit is contained in:
Waseem Daher
2013-02-13 16:04:35 -05:00
parent 163c9c8d75
commit b51dc36667
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
var tutorial = (function () {
var exports = {};
return exports;
}());