summaryrefslogtreecommitdiff
path: root/js/codeq/navigation.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/navigation.js')
-rw-r--r--js/codeq/navigation.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/codeq/navigation.js b/js/codeq/navigation.js
index d806eea..ce67084 100644
--- a/js/codeq/navigation.js
+++ b/js/codeq/navigation.js
@@ -16,8 +16,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
/**
* Created by robert on 9/15/15.
+ *
*/
+
(function() {
+ "use strict";
codeq.makeStateMachine = function (def) {
var currState = null;
return {