Missing strict declarations
[fnpeditor.git] / modules / sourceEditor / sourceEditor.js
index bd56c43..431fcb8 100644 (file)
@@ -1,5 +1,7 @@
 define(function() {\r
 \r
+'use strict';\r
+\r
 return function(sandbox) {\r
 \r
     var view = $(sandbox.getTemplate('main')());\r