whoops, add license to embedder.js and it's spec
This commit is contained in:
parent
bdf559bb2b
commit
ace9e8c3d8
2 changed files with 6 additions and 14 deletions
|
|
@ -1,12 +1,7 @@
|
|||
/**
|
||||
* Created by .
|
||||
* User: dan
|
||||
* Date: Jan 22, 2011
|
||||
* Time: 10:37:19 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
/* Copyright (c) 2010, Diaspora Inc. This file is
|
||||
* licensed under the Affero General Public License version 3 or later. See
|
||||
* the COPYRIGHT file.
|
||||
*/
|
||||
|
||||
|
||||
var Embedder = {
|
||||
services: {},
|
||||
register: function(service, template) {
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
/**
|
||||
* Created by .
|
||||
* User: dan
|
||||
* Date: Jan 22, 2011
|
||||
* Time: 11:15:17 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
/* Copyright (c) 2010, Diaspora Inc. This file is
|
||||
* licensed under the Affero General Public License version 3 or later. See
|
||||
* the COPYRIGHT file.
|
||||
*/
|
||||
describe("Embedder", function() {
|
||||
describe("services", function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue