Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
New dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kos committed May 28, 2015
1 parent e661cd4 commit 10bbfea
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -4728,7 +4728,7 @@ angular.module('currentUser', [
])
.service('CurrentUser', [
'$q', 'ContentFactory',
function EditorItems($q, ContentFactory) {
function CurrentUser($q, ContentFactory) {

var userDefer = $q.defer(),
$userPromise = userDefer.promise;
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/scripts.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/scripts/templates.js

Large diffs are not rendered by default.

0 comments on commit 10bbfea

Please sign in to comment.