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

Commit

Permalink
cleaning up to pass my own smoosh rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobo committed Apr 26, 2011
1 parent 8e9b8e7 commit 756440f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions artifacts/sslac-0.0.2.js
Expand Up @@ -353,8 +353,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
var thisModule = this;

function createImplementsMethod(name) {
return function() {
throw new Error("The interface defined requires "+name);
return function () {
throw new Error("The interface defined requires " + name);
};
}

Expand Down
4 changes: 2 additions & 2 deletions src/sslac.js
Expand Up @@ -306,8 +306,8 @@
var thisModule = this;

function createImplementsMethod(name) {
return function() {
throw new Error("The interface defined requires "+name);
return function () {
throw new Error("The interface defined requires " + name);
};
}

Expand Down

0 comments on commit 756440f

Please sign in to comment.