Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
insert missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
mb21 committed May 15, 2016
1 parent 66f6aa8 commit 692dfa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ angular.module('JSONedit', ['ui.sortable'])
var objectName = "Object";
var arrayName = "Array";
var refName = "Reference";
var boolName = "Boolean"
var numberName = "Number"
var boolName = "Boolean";
var numberName = "Number";

scope.valueTypes = [stringName, objectName, arrayName, refName, boolName, numberName];
scope.sortableOptions = {
Expand Down

0 comments on commit 692dfa5

Please sign in to comment.