Skip to content

Commit 344046a

Browse files
committed
Removed a comment
1 parent 59bddcf commit 344046a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bootstrap-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h3>Schema</h3>
241241
app.controller('TestCtrl', function($scope, $http, $location) {
242242

243243
$scope.tests = [
244-
//{ name: "Simple", data: 'data/simple.json' },
244+
{ name: "Simple", data: 'data/simple.json' },
245245
{ name: "Basic JSON Schema Type", data: 'data/types.json' },
246246
{ name: "Bootstrap Grid", data: 'data/grid.json' },
247247
{ name: "Complex Key Support", data: 'data/complex-keys.json' },

0 commit comments

Comments
 (0)